Movement & Direction
A sprite has a position (x, y) and a direction. The X of the position is the horizontal one, it goes left to right. The Y of the position is the vertical one, it goes down to up. The direction (angle) is where the sprite points at. 90 is right, 270/-90 is left, 180 is down, and 0 is up...

Read more...